home *** CD-ROM | disk | FTP | other *** search
/ Interactive Media Design Review 1999 / Interactive Media Design Review 1999.iso / mac / files / IDSTART.DIR / 00005.ls < prev    next >
Encoding:
Text File  |  1999-04-29  |  110 b   |  16 lines

  1. on exitFrame
  2.   go(the frame)
  3. end
  4.  
  5. on mouseDown
  6.   quit()
  7. end
  8.  
  9. on mouseUp
  10.   quit()
  11. end
  12.  
  13. on keyDown
  14.   quit()
  15. end
  16.